Skip to content

feat(table2): fix mid-list edit detection and remove throttle#130

Merged
ManuelRomeroA merged 1 commit into
mainfrom
development
Apr 4, 2026
Merged

feat(table2): fix mid-list edit detection and remove throttle#130
ManuelRomeroA merged 1 commit into
mainfrom
development

Conversation

@ManuelRomeroA
Copy link
Copy Markdown
Contributor

  • fix: revert didUpdateWidget to DeepCollectionEquality — heuristic missed edits to non-first elements in same-length lists
  • fix: remove update throttle — blocked CRUDs up to 30s; root performance issue already solved by DeepCollectionEquality equality check
  • test: add regression test for mid-list edit detection
  • chore: bump version to 7.5.24

- fix: revert didUpdateWidget to DeepCollectionEquality — heuristic missed
  edits to non-first elements in same-length lists
- fix: remove update throttle — blocked CRUDs up to 30s; root performance
  issue already solved by DeepCollectionEquality equality check
- test: add regression test for mid-list edit detection
- chore: bump version to 7.5.24
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

📋 Changelog Summary

This PR includes the following changes:

✨ Features

  • fix mid-list edit detection and remove throttle (02b0692 by Manuel romero)

📊 Diff Stats

Metric Count
📄 Files changed 4
🟢 Insertions $\color{green}\textsf{+94}$
🔴 Deletions $\color{red}\textsf{-12}$

🤖 Auto-generated by changelog workflow

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

📊 Test Coverage Report

🎯 Dart/Flutter

Metric Value
Coverage 14.9%
Lines covered 10813 / 127
Lines missing -10686

🤖 Generated by coverage workflow

@ManuelRomeroA ManuelRomeroA merged commit 1158595 into main Apr 4, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant